home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / CGIXPERT.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-09-03  |  3.1 KB  |  84 lines

  1. ---------------------------------------------
  2. CGI Expert 1.0.0
  3. ---------------------------------------------
  4. Sep 1996, Copyright 1996 by Lars ┼kerman Software
  5. ---------------------------------------------
  6.  
  7. CGI Expert, Introduction
  8. ------------------------
  9.  
  10.     The CGI Expert components are developped to simplify the writing of Win-CGI 
  11.     applications with Delphi 2.0. Using the components, the following unique 
  12.     features will be obtained:
  13.     1) As all overhead needed in a CGI-application is handled by the CGI Expert, 
  14.           all you have to do is to build your HTML-document that is to be sent to the server.
  15.     2) You can easily debug your CGI-applications.
  16.     3) You can turn an ordinary HTML-document, written with your favourite HTML-editor, 
  17.        into a dynamic page. This is done by just adding special "entry tags" to where you 
  18.        want the dynamic code in the document and then filter the document through a 
  19.        TCGIFile component. The component then retrives an event every time the tag appears 
  20.        in the document, giving you a chance to add your dynamic code.
  21.  
  22.  
  23. You will find in this CGI Expert 1.0.0
  24. ----------------------------------------
  25.  
  26.     
  27.      COMPONENTS
  28.      ----------
  29.      CGIEng.DCU          CGI Core component
  30.      CGIUtl.DCU          CGI support components
  31.      CGIDBUtl.DCU        CGI Database support components
  32.      CGIExrt.Hlp     Help for above components.
  33.  
  34.  
  35.  
  36.      Example projects
  37.      ----------------
  38.      MINI.DPR            A minimal CGI application.
  39.      Memo.DPR            A CGI Apllication using the powerful TCGIMemo component.
  40.      DBQuery.DBR         A CGI Apllication using the TCGIDBGrid.
  41.      DBUpdate.DBR        Another CGI Apllication using the TCGIDBGrid.
  42.      Shares.DB         A paradox table used by DBQuery and DBUpdate project, to run this
  43.              this projects you need a BDE alias called CGITestDB pointing at
  44.              the directory of this file.          
  45.  
  46.  
  47.  
  48. Registering the components
  49. --------------------------
  50.  
  51.     The CGI expert components is a Shareware product. If you find them useful and want 
  52.     to receive the latest versions please register your evaluation copy.
  53.  
  54.     Why register ?
  55.     --------------
  56.     By register the components you get the following advatages:
  57.  
  58.     1) You donÆt get the annoying message last in every HTML-page generated by the components.
  59.     2) You get free upgrades within 6 months from the date you register the product.
  60.     3) You can collaborate in improving the components by sending mail to the author.
  61.     4) You encourage the author do make the components even better.
  62.  
  63.     How much does it cost ?
  64.     -----------------------
  65.     All components :    65 USD (Single license)
  66.  
  67.     300 USD (Site license)
  68.  
  69.     1500 USD (World wide license) 
  70.  
  71.     A site license, covers a single organization for an area of up to one hundred 
  72.     miles (160 km) in radius. A world-wide license covers everyone in a single organization.
  73.  
  74.     Source code:        ??? USD (On discussion)
  75.  
  76.     How register
  77.     ------------
  78.     To register the components e-mail lars.akerman@mbox300.swipnet.se
  79.  
  80.     Consulting Lars ┼kerman Software ?
  81.     ----------------------------------
  82.     E-Mail lars.akerman@mbox300.swipnet.se
  83.  
  84.